.inform-container,
.related-container {
    position: relative;
}

.lds-roller {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.inform-container.white .lds-roller div:after {
    background: #000;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.inform-container,
.related-container {
    background: transparent;
    clip-path: inset(-100vw -100vw -100vw 0);
}

/*.inform-container .slick-list {*/
/*    padding: 0 10% 0 0 !important;*/
/*}*/
.inform-container .filter-wrapper,
.related-container .filter-wrapper {
    margin-bottom: 32px;
}

.inform-container .item-image,
.related-container .item-image {
    height: 160px;
    width: 100%;
    overflow: hidden;
    background: #0d304b;
}

.inform-container .item-image img,
.related-container .item-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.inform-container .filter-wrapper .filter-cont,
.related-container .filter-wrapper .filter-cont {
    display: flex;
    justify-content: center;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_star.active path {
    fill: #fff;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_camera.active path,
.inform-container .filter-wrapper .filter-cont .filter_elem.filter_audio.active path,
.inform-container .filter-wrapper .filter-cont .filter_elem.filter_paper.active path {
    stroke: #fff;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_star path {
    fill: #3577DA;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_camera path {
    stroke: #B32EB6;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_audio path {
    stroke: #98BD29;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_paper path {
    stroke: #B71A5D;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_star,
.related-container .filter-wrapper .filter-cont .filter_elem.all {
    width: 54px;
    height: 54px;
    position: relative;
    border: 4px solid #1D52A2;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_paper,
.related-container .filter-wrapper .filter-cont .filter_elem.tmf_events {
    width: 54px;
    height: 54px;
    position: relative;
    border: 4px solid #5C0E2F;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_camera,
.related-container .filter-wrapper .filter-cont .filter_elem.tmf_press {
    width: 54px;
    height: 54px;
    position: relative;
    border: 4px solid #7A1D7C;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_audio,
.related-container .filter-wrapper .filter-cont .filter_elem.product {
    width: 54px;
    height: 54px;
    position: relative;
    border: 4px solid #657E1B;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.related-container .filter-wrapper .filter-cont .filter_elem.page {
    width: 54px;
    height: 54px;
    position: relative;
    border: 4px solid #B1501C;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.inform-container .filter-wrapper .filter-cont .filter_elem svg,
.related-container .filter-wrapper .filter-cont .filter_elem svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_star:hover path {
    fill: #fff;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_star:hover,
.related-container .filter-wrapper .filter-cont .filter_elem.all:hover {
    background: #3577DA !important;
    transition: 1s;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_paper:hover path {
    stroke: #fff;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_paper:hover,
.related-container .filter-wrapper .filter-cont .filter_elem.tmf_events:hover {
    background: #B71A5D !important;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_camera:hover path {
    stroke: #fff;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_camera:hover,
.related-container .filter-wrapper .filter-cont .filter_elem.tmf_press:hover {
    background: #B32EB6 !important;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_audio:hover path {
    stroke: #fff;
}

.inform-container .filter-wrapper .filter-cont .filter_elem.filter_audio:hover,
.related-container .filter-wrapper .filter-cont .filter_elem.product:hover {
    background: #98BD29 !important;
}

.related-container .filter-wrapper .filter-cont .filter_elem.page:hover {
    background: #B1501C !important;
}

.inform-container .inf-slider-wrapper .slick-track,
.related-container .inf-slider-wrapper .slick-track {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.inform-container .inf-slider-wrapper .slider-item,
.related-container .inf-slider-wrapper .slider-item {
    width: 230px;
    margin: 10px;
    position: relative;
}

.inform-container.white .inf-slider-wrapper .slider-item .h2,
.inform-container.white .inf-slider-wrapper .slider-item .item-topics .page-type,
.inform-container.white .inf-slider-wrapper .slider-item .item-topics .page-type a,
.inform-container.white .inf-slider-wrapper .slider-item .item-authors {
    color: #0D2548 !important;
}

.inform-container .inf-slider-wrapper .slider-item .h2,
.related-container .inf-slider-wrapper .slider-item .h2 {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    margin: 13px 0;
}

.inform-container .inf-slider-wrapper .slider-item .item-topics .page-type,
.related-container .inf-slider-wrapper .slider-item .item-topics .page-type {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
}

.inform-container .inf-slider-wrapper .slider-item .item-topics,
.related-container .inf-slider-wrapper .slider-item .item-topics {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap;
    height: 50px;
    margin-bottom: 30px;
}

.inform-container .inf-slider-wrapper .slider-item .item-topics .page-type a {
    font-weight: 500;
    color: #fff !important;
    margin-right: 0 !important;
}

.related-container .inf-slider-wrapper .slider-item .item-topics .page-type {
    font-weight: 500;
}

.inform-container .inf-slider-wrapper .slider-item .item-topics a,
.related-container .inf-slider-wrapper .slider-item .item-topics a,
.inform-container .inf-slider-wrapper .slider-item .item-topics p,
.related-container .inf-slider-wrapper .slider-item .item-topics p {
    color: #b71a5d !important;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    font-size: 12px;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

.inform-container .inf-slider-wrapper .slider-item .item-topics .page-type:after,
.related-container .inf-slider-wrapper .slider-item .item-topics .page-type:after {
    content: '|';
    position: absolute;
    right: -10px;
    top: 0;
}

.inform-container .inf-slider-wrapper .slider-item .item-topics a,
.related-container .inf-slider-wrapper .slider-item .item-topics a {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 5px;
}

.inform-container .inf-slider-wrapper .slider-item .item-authors,
.related-container .inf-slider-wrapper .slider-item .item-authors {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #9DA6AB;
    font-weight: 700;
    font-size: 12px;
}

.inform-container .inf-slider-wrapper .slider-item .item-authors .x-anchor-content,
.related-container .inf-slider-wrapper .slider-item .item-authors .x-anchor-content {
    flex: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap;
}

.inform-container .inf-slider-wrapper .slider-item .item-authors .date,
.related-container .inf-slider-wrapper .slider-item .item-authors .date {
    margin-right: 15px;
}

.inform-container .inf-slider-wrapper .slider-item .item-authors .date:after,
.related-container .inf-slider-wrapper .slider-item .item-authors .date:after {
    content: '|';
    position: absolute;
    right: -10px;
    top: 0;
}

.inform-container .x-slide-pagination,
.related-container .x-slide-pagination {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.inform-container .x-slide-pagination li,
.related-container .x-slide-pagination li {
    cursor: pointer;
    margin-right: 5px;
    border: 2px solid #3577da;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: transparent;
}

.inform-container .x-slide-pagination li:before,
.related-container .x-slide-pagination li:before {
    content: none;
}

.inform-container .x-slide-pagination li button,
.related-container .x-slide-pagination li button {
    display: none;
}

.inform-container .x-slide-pagination li.slick-active,
.related-container .x-slide-pagination li.slick-active {
    background: #3577da;
    width: 16px;
}

.inform-container.white .inf-slider-wrapper .slider-item .slider-item-icon path {
    stroke: #000;
}

.inform-container .inf-slider-wrapper .slider-item .slider-item-icon,
.related-container .inf-slider-wrapper .slider-item .slider-item-icon {
    position: absolute;
    top: 0;
    z-index: 12;
    width: 50px;
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
    background-color: #B71A5D;
}

.inform-container .inf-slider-wrapper .slider-item .slider-item-icon svg,
.related-container .inf-slider-wrapper .slider-item .slider-item-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*
Oda Videos Shortcode
*/


.videos-wrapper {
    overflow: hidden;
}

.videos-wrapper .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.17);
    border-radius: 50px 0 50px 0;
    margin-bottom: 40px;
    margin-right: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.videos-wrapper .videos-items .card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    color: #9da6ab;
    font-weight: bold;
}

.videos-wrapper .view-more {
    margin-top: 20px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #f5f5f5;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 20px;
}

.videos-wrapper .view-more a {
    padding: 5px 35px 5px 0 !important;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #3577DA;
}

.videos-wrapper .view-more a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://www.tmforum.org/wp-content/uploads/2022/07/arrow-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 200000;
    width: 16px;
    height: 10px;
    transition: 0.5s;
}

.videos-wrapper .slick-track {
    display: flex;
    justify-content: start;
    align-items: stretch;
}

.videos-wrapper .x-slide-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.videos-wrapper .x-slide-pagination li {
    cursor: pointer;
    margin-right: 5px;
    border: 2px solid #3577da;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: transparent;
}

.videos-wrapper .x-slide-pagination li button {
    display: none;
}

.videos-wrapper .x-slide-pagination li:before {
    content: none !important;
}

.videos-wrapper .x-slide-pagination li.slick-active {
    width: 16px;
    background: #3577da;
}

.videos-wrapper .videos-popups .card__video {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    min-width: 400px;
    max-width: 700px;
    background-color: #fff;
}

.videos-wrapper .videos-popups .card__video {
    height: 400px;
    overflow-y: scroll;
}

@media (max-width: 1300px) {
    .videos-wrapper .videos-popups .card__video {
        height: 350px;
        overflow-y: scroll;
    }

    .videos-wrapper .videos-popups .card__video .card__video-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }
}

@media (max-width: 1024px) {
    .videos-wrapper .videos-popups .card__video {
        height: 300px;
        overflow-y: scroll;
    }
}

.videos-wrapper .videos-popups .card__video .card__video-content {
    padding: 20px;
}

.videos-wrapper .videos-popups .card__video .close-video {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    cursor: pointer;
}

.videos-wrapper .videos-popups .card__video .close-video:before {
    content: 'x';
    color: #000;
    font-weight: 500;
    font-size: 30px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-wrapper .videos-items .card__content {
    padding: 20px 20px 0 20px;
}

.videos-wrapper .videos-items .card__img {
    height: 200px;
    background: #0d304b;
    position: relative;
}

.videos-wrapper .videos-items .card__img a {
    height: 200px;
    display: block;
}

.videos-wrapper .videos-items .card__img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-wrapper .videos-items .card__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.call-me-overlay_in {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    opacity: .6;
    transition: .5s;
    z-index: 100;
}

.videos-filter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.videos-filter ul li {
    cursor: pointer;
    color: #8D9091;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    border-radius: 25px;
    padding: 6.5px 20px;
    margin: 5px;
    list-style-type: none;
}

.videos-filter ul li:before {
    content: none;
}

.videos-filter ul li.active {
    background: #bbbbbb;
    color: #0D2548;
}


/*
Training Courses
*/


.training-courses-wrapper table.regular a.button.normal.right {
    border: none !important;
    box-shadow: none !important;
}

.training-courses-wrapper able.regular tbody tr:nth-child(even) td {
    background: #fff;
}

.training-courses-wrapper table.regular tbody tr:nth-child(odd) td {
    background: #F5F4F4;
}

.training-courses-wrapper table.regular th:first-child {
    position: relative;
}

.training-courses-wrapper table.regular th {
    background: #E0E4E6;
    font-size: 16px;
    font-weight: bold;
    color: #0D2548;
}

.training-courses-wrapper span.content-heading__slogan {
    font-size: 55px !important;
    font-weight: bold !important;
    font-family: 'Gotham', Calibri, Arial, sans-serif !important;
    text-transform: lowercase;
    color: #662D8E !important;
    line-height: .7 !important;
}

.training-courses-wrapper span.content-heading__sub-slogan {
    font-size: 35px;
    color: #0D2548 !important;
}

.training-courses-wrapper .content-heading .content-heading__image {
    border-radius: 0 100px;
    width: calc(100% - 330px);
}

.training-courses-wrapper span.button.secondary {
    right: 10px;
    bottom: 10px;
    border-radius: 50px;
    color: #0D2548;
    border-color: #0D2548;
}

.training-courses-wrapper .courses-top-buttons .button.secondary label:before {
    display: none;
}

.training-courses-wrapper .courses-top-buttons .button.secondary {
    box-shadow: none !important;
    margin: 0 !important
}

.training-courses-wrapper .courses-top-buttons input.register, .training-courses-wrapper .courses-top-buttons input.resume, .training-courses-wrapper .courses-top-buttons input.contact {
    padding: 13px 20px 13px 20px;
    font-family: 'Gotham', Calibri, Arial;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    margin: 0 !important;
}

.training-courses-wrapper input[type=button].secondary:hover,
.training-courses-wrapper input[type=submit].secondary:hover,
.training-courses-wrapper a.button.secondary:hover,
.training-courses-wrapper button.button.secondary:hover,
.training-courses-wrapper span.button.secondary:hover {
    background-color: #0D2548;
}

.training-courses-wrapper .regular .lavel_title td {
    font-size: 24px !important;
    font-weight: bold;
    background: #0D2548 !important;
    color: #fff;
    text-align: left !important;
}

.training-courses-wrapper .regular .lavel_title.bg_gray td {
    background: #AFB6C0 !important;
}

.training-courses-wrapper .regular .lavel_title.bg_violet td {
    background: #662D8E !important;
}

.training-courses-wrapper table.regular.display tr td {
    width: 20%;
    vertical-align: text-top;
    font-size: 14px;
}

.training-courses-wrapper table.regular.display tr th:first-child {
    width: 40%;
}

.training-courses-wrapper .c_toggle_title {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.training-courses-wrapper .c_toggle_title:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: .3s;
    cursor: pointer;
    content: '+';
    display: block;
    font-size: 30px;
    font-weight: 400;
}

.training-courses-wrapper .c_toggle_details {
    padding: 10px 0 0 20px;
    display: none;
}

.training-courses-wrapper .c_toggle_wrap.active .c_toggle_title:before {
    transform: translateY(-50%) rotate(45deg);
    color: #E9242C;
}

.training-courses-wrapper table.regular.display tr td:last-child {
    text-align: center;
}

.training-courses-wrapper table.regular a.button.normal.right {
    background: #0D2548;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
}

.training-courses-wrapper .training-tool-new__cta {
    background: #662D8E;
    padding: 60px 70px !important;
    border-radius: 0 100px;
}

.training-courses-wrapper .training-tool-new__cta-heading {
    background: transparent !important;
    text-align: left !important;
    padding: 0 !important;
    font-weight: bold;
    font-size: 30px !important;
    line-height: 1.2;
}

.training-courses-wrapper .training-tool-new__cta-text {
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #fff !important;
}

.training-courses-wrapper .training-tool-new__cta-actions {
    padding: 20px 0 0 !important;
    text-align: right !important;
}

.training-courses-wrapper .tbl_corner {
    position: absolute;
    left: -2px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    background: #fff;
}

.training-courses-wrapper .tbl_corner_inn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E0E4E6;
    border-radius: 35px 0 0 0;
}

.training-courses-wrapper .filterby_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 40px 0;
    min-height: 40px;
}

.training-courses-wrapper .filter_btn {
    border: 1px solid;
    display: inline-block;
    font-size: 12px;
    border-radius: 30px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 5px;
}

.training-courses-wrapper .filter_btn.filter_active {
    background: #E0E4E6;
    border-color: #E0E4E6;
}

.training-courses-wrapper .filterby_wrap p {
    margin: 0;
}

.training-courses-wrapper .filter_btn.filter_active {
    background: #E0E4E6;
    border-color: #E0E4E6;
}

.training-courses-wrapper .filterby_tile {
    padding-right: 10px;
}

.training-courses-wrapper .filter_text {
    margin: 0 0 0 auto;
}

.training-courses-wrapper .filter_text input {
    margin: 0;
    border: 1px solid #0d2548;
}

.training-courses-wrapper .table_wrapper {
    overflow: auto;
}

.training-courses-wrapper .skill_path_wrap {
    cursor: pointer;
}

.training-courses-wrapper .skill_path_wrap:not(.show_fill) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.training-courses-wrapper .regular .lavel_title.bg_alter_1 td {
    background: rgb(13 37 72 / 75%) !important;
}

@media screen and (max-width: 767px) {
    .training-courses-wrapper .filterby_wrap {
        flex-direction: column;
        text-align: center;
    }

    .training-courses-wrapper .filterby_wrap > div {
        padding-bottom: 10px;
    }

    .training-courses-wrapper .filter_text {
        margin: 0;
    }

    .training-courses-wrapper .filter_text, #course_filter {
        margin: 0;
        width: 100%;
    }

    .training-courses-wrapper .training-tool-new__cta {
        padding: 20px !important;
        border-radius: 0 70px;
    }

    .training-courses-wrapper span.button.secondary {
        right: 0px;
        bottom: 0px;
    }
}


.training-courses-wrapper .course-catalog .inputs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.training-courses-wrapper .course-catalog .inputs .search_wrapper,
.training-courses-wrapper .course-catalog .inputs .categories_wrapper {
    position: relative;
    max-width: 334px!important;
    width: 100%;
    box-sizing: border-box;
}
.training-courses-wrapper .course-catalog .inputs .categories_wrapper .categories_inner {
    display: none;
    margin-top: 20px;
}
.training-courses-wrapper .course-catalog .inputs .categories_wrapper .categories_inner.active {
    display: block;
}
.training-courses-wrapper .course-catalog .inputs .categories_wrapper .tags_wrapper {
    margin-top: 25px;
    max-height: 256.96px;
}
.training-courses-wrapper .course-catalog .inputs .categories_wrapper .tags_wrapper p {
    margin: 0;
    padding: 16px 0;
}
.training-courses-wrapper .course-catalog .inputs .categories_wrapper .tags_wrapper p:hover{
    opacity: .8;
}

.training-courses-wrapper table.regular tbody tr:nth-child(even) {
    background-color: #fff!important;
}

.training-courses-wrapper table.regular tbody tr:nth-child(odd) {
    background-color: #F5F4F4!important;
}

.training-courses-wrapper .course-catalog .inputs .search_wrapper .search {
    padding: 16px 18px 16px 45px !important;
    height: auto;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #D2D4DA;
    background:  #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
    margin: 0;
    width: calc(100% - 20px);
}
.training-courses-wrapper .filter-tag-button {
    margin-bottom: 10px;
    position: inherit;
    z-index: 4;
    font-size: 16px;
}
.training-courses-wrapper .course-catalog .inputs .categories_wrapper {
    padding: 24px 24px 10px 24px !important;
    border-radius: 12px;
    border: 1px solid #D2D4DA;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
}
/*.training-courses-wrapper .course-catalog .inputs .categories_wrapper .categories_inner {*/

/*    overflow-y: auto;*/
/*    scrollbar-gutter: stable;*/
/*}*/

.training-courses-wrapper .course-catalog .inputs .categories_wrapper .categories {
    background: #FFF;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: inherit;
}


.training-courses-wrapper .course-catalog .inputs .categories_wrapper .categories option {
    cursor: pointer;
}

.training-courses-wrapper .course-catalog .inputs .categories_wrapper .categories:focus {
    outline: none;
}

.training-courses-wrapper .course-catalog .inputs .categories_wrapper span {
    position: absolute;
    top: 10px;
    left: 28px;
    font-size: 10px;
    color: #A9ADB1;
}

.training-courses-wrapper .course-catalog .inputs .categories_wrapper .arrow {
    position: absolute;
    top: 12px;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
}
.filter-tag-button-text {
    margin: 0;
}

.training-courses-wrapper .course-catalog .inputs .search_wrapper .search_icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.training-courses-wrapper .course-catalog .inputs .categories_wrapper::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.training-courses-wrapper .course-catalog .inputs .categories_wrapper::-webkit-scrollbar-track {
    border-left: 1px solid #D2D4DA;
    border-bottom-right-radius: 10px;
    background-clip: content-box;
    margin: 2px;
}

/* Handle */
.training-courses-wrapper .course-catalog .inputs .categories_wrapper::-webkit-scrollbar-thumb {
    background: rgba(25,32,52, .2);
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;

}

/* Handle on hover */
.training-courses-wrapper .course-catalog .inputs .categories_wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(25,32,52, .4);
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
}

.training-courses-wrapper  .result {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: none;
}
